home *** CD-ROM | disk | FTP | other *** search
/ SGI Performance Co-Pilot 1.3 / SGI Performance Co-Pilot 1.3.iso / dist / dist6.4 / pcp.idb / usr / lib / X11 / app-defaults / PmChart.z / PmChart
Text File  |  1997-04-03  |  6KB  |  206 lines

  1. ! $Id: app-defaults,v 2.13 1997/03/21 09:09:29 kenmcd Exp $
  2. !
  3. !Activate schemes and sgi mode
  4. !
  5. PmChart*useSchemes: all
  6. PmChart*sgiMode: true
  7.  
  8. !
  9. ! The following resources are for pmchart
  10. !
  11. PmChart.width:                    300
  12. PmChart.height:                    87
  13.  
  14. PmChart*title:                    Performance Co-Pilot Chart
  15.  
  16. !
  17. ! system wide view directory
  18. PmChart*pmViewSysDir:                /var/pcp/config/pmchart
  19.  
  20. !
  21. ! view directory for each user
  22. PmChart*pmViewUserDir:                ~/.pcp
  23.  
  24. !
  25. ! start in liveMode by default
  26. ! (change this to False for archive mode)
  27. PmChart*liveMode:                True
  28.  
  29.  
  30. ! pmapi name space - an empty string means use the default
  31. ! or you can point this somewhere else
  32. PmChart*pmNameSpace:
  33.  
  34. ! number of data points
  35. ! This is not changeable at run time
  36. PmChart*pmSampleHistory:                120
  37.  
  38. ! Number of dataIntervals that are visible.
  39. ! Changeable at runtime using the slider
  40. ! in the menu/options/global dialog.
  41. PmChart*pmVisibleHistory:                30
  42.  
  43. ! Percentage of visible history to tolerate
  44. ! in clock skew when fetching data from multiple
  45. ! hosts or out of multiple archives.
  46. PmChart*pmClockSkewTolerance:                50
  47.  
  48. ! Time interval (seconds) between updates.
  49. ! This is changeable at runtime using the
  50. ! textbox in the menu/options/global dialog.
  51. PmChart*pmUpdateInterval:                2.0
  52.  
  53. ! All charts have the same graph height, but the legend
  54. ! area is variable height depending on the number of plots
  55. ! in each chart. This resource specifies the minimum
  56. ! allowed height of the graph drawing areas.
  57. PmChart*pmMinGraphHeight:                80
  58.  
  59. !
  60. !
  61. ! The default timezone. If not specified or NULL,
  62. ! this will use the timezone on the localhost.
  63. PmChart*pmUseTimeZone:
  64.  
  65. !
  66. ! Scrolling behaviour: when the update interval is less than the
  67. ! metric fetch latency then multiple scrolling may be required
  68. ! to keep up with real-time. If this resource is False then
  69. ! ``holes'' are plotted for the extra scrolled points. If True,
  70. ! then the most recently fetched values are ``scrolled-in''.
  71. !
  72. PmChart*pmScrollInterpolate:                False
  73.  
  74. !
  75. ! Postscript font for output. If not defined, the font is chosen
  76. ! to match the screen font.  Choices here are:
  77. ! Times-{Roman, Bold, Italic, BoldItalic}
  78. ! Palatino-{Roman, Bold, Italic, BoldItalic}
  79. ! NewCenturySchlbk-{Roman, Bold, Italic, BoldItalic}
  80. ! Courier
  81. ! Courier-{Bold, Oblique, BoldOblique}
  82. ! Helvetica
  83. ! Helvetica-{Bold, Oblique, BoldOblique}
  84. ! Helvetica-Narrow
  85. ! Helvetica-Narrow-{Bold, Oblique, BoldOblique}
  86. ! Bookman-{light, Demi, LightItalic, DemiItalic}
  87. ! AvantGarde-{Book, Demi, BookOblique, DemiOblique}
  88. ! ZapfChancery-MediumItalic
  89. ! (and ZapfDingbats if you insist)
  90. !
  91. PmChart*pmPrintFont:                Helvetica-Narrow
  92.  
  93.  
  94. !
  95. ! Xrt/Graph Resources
  96. !
  97. ! double buffer avoids flicker, but has resize/expose bugs
  98. PmChart*xrtDoubleBuffer:            True
  99.  
  100. ! Colors
  101. PmChart*xrtForegroundColor:            "purple3"
  102. PmChart*xrtBackgroundColor:            "lightblue"
  103. PmChart*xrtGraphForegroundColor:        "purple3"
  104. PmChart*xrtGraphBackgroundColor:        "lightblue"
  105. PmChart*xrtHeaderForegroundColor:        "purple3"
  106. PmChart*xrtHeaderBackgroundColor:        "lightblue"
  107. PmChart*xrtLegendBackgroundColor:        ""
  108.  
  109. ! Legend
  110. PmChart*xrtLegendShow:                True
  111. PmChart*xrtLegendBackgroundColor:        ""
  112. PmChart*xrtLegendAnchor:            AnchorNorth
  113. PmChart*xrtLegendY:                8
  114. PmChart*xrtLegendHeight:            0
  115. PmChart*xrtLegendOrientation:            Horizontal
  116.  
  117. !
  118. ! Various cosmetics
  119. !
  120. !PmChart*xrtYMin:                0
  121. PmChart*xrtYPrecision:                0
  122. PmChart*xrtAxisBoundingBox:            False
  123. PmChart*xrtYAxisShow:                        True
  124. PmChart*xrtXAxisShow:                        True
  125. PmChart*xrtFooterHeight:            0
  126. PmChart*xrtBarClusterWidth:            100
  127. PmChart*xrtGraphMarginRight:            0
  128. PmChart*chartForm.traversalOn:            False
  129.  
  130. !
  131. ! fonts
  132. !
  133. PmChart*xrtLegendFont:                -*-helvetica-medium-r-*-*-*-120-75-75-*-*-iso8859-*
  134. PmChart*xrtAxisFont:                -*-helvetica-medium-r-*-*-*-100-75-75-*-*-iso8859-*
  135.  
  136. ! font used for the date footer
  137. PmChart*xrtFooterFont:                -*-helvetica-medium-r-*-*-*-100-75-75-*-*-iso8859-*
  138.  
  139.  
  140. !
  141. ! colors
  142. !
  143. ! These can be named colors from /usr/lib/X11/rgb.txt
  144. ! or in standard X11 hex format #rrggbb
  145. !
  146. PmChart*pmDefaultColors:            #ffff33 #3380ff #ff3333 \
  147.                         #33ff80 #ff33ff #80ff33 \
  148.                         #3332ff #ff8033 #33ffff \
  149.                         #ff3380 #33ff33 #8033ff
  150.  
  151. ! Y-axis grid style (if grid enabled)
  152. PmChart*xrtYGridDataStyle: (LpatSolid FpatSolid "lightblue1" 1 PointNone "White" 1)
  153. PmChart*xrtXGridDataStyle: (LpatSolid FpatSolid "lightblue1" 1 PointNone "White" 1)
  154.  
  155.  
  156. !
  157. ! default geometry for popup dialogs
  158. !
  159. PmChart*metricSelectDialog.width: 334
  160. PmChart*metricSelectDialog.height: 630
  161.  
  162. PmChart*viewSelectDialog.width: 400
  163. PmChart*viewSelectDialog.height: 290
  164.  
  165. PmChart*globalControlDialog.width: 266
  166. PmChart*globalControlDialog.height: 485
  167.  
  168. PmChart*fileSelectDialog.width: 358
  169. PmChart*fileSelectDialog.height: 417
  170.  
  171. PmChart*fileSaveDialog.width: 358
  172. PmChart*fileSaveDialog.height: 417
  173.  
  174. PmChart*archiveLoadDialog.width: 358
  175. PmChart*archiveLoadDialog.height: 417
  176.  
  177. PmChart*folioCreate.width: 358
  178. PmChart*folioCreate.height: 417
  179.  
  180. PmChart*printDialog.width: 336
  181. PmChart*printDialog.height: 294
  182.  
  183. PmChart*infoDialogShell.width: 368
  184. PmChart*infoDialogShell.height: 200
  185.  
  186. PmChart*valueDialogShell.width: 486
  187. PmChart*valueDialogShell.height: 150
  188.  
  189. PmChart*metricColorsDialog.width: 333
  190. PmChart*metricColorsDialog.height: 203
  191.  
  192. PmChart*metricColorsDialog*colorChooserDialog.width: 374
  193. PmChart*metricColorsDialog*colorChooserDialog.height: 378
  194.  
  195. PmChart*metricDeleteDialog.width: 333
  196. PmChart*metricDeleteDialog.height: 182
  197.  
  198. PmChart*scaleControlDialog.width: 234
  199.  
  200. PmChart*legendControlDialog.width: 210
  201. PmChart*legendControlDialog.height: 77
  202.  
  203. PmChart*visiblePointsDialog.width: 206
  204. PmChart*visiblePointsDialog.height: 88
  205.